projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8cb6e4
)
Deprecate xalign, yalign, ratio and obey_child direct access in GtkAspectFrame.
author
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:01 +0000
(10:57 +0000)
committer
Tim Janik
<timj@src.gnome.org>
Fri, 20 Jun 2008 10:57:01 +0000
(10:57 +0000)
* gtk/gtkaspectframe.h: Deprecate public object fields by GSEAL.
svn path=/trunk/; revision=20481
gtk/gtkaspectframe.h
patch
|
blob
|
history
diff --git
a/gtk/gtkaspectframe.h
b/gtk/gtkaspectframe.h
index 59fdc9eca433ac4ca9b169a29a76fade99ed8e9f..5638bf5710042a83f7eb4ff5e124853e43c41880 100644
(file)
--- a/
gtk/gtkaspectframe.h
+++ b/
gtk/gtkaspectframe.h
@@
-52,10
+52,10
@@
struct _GtkAspectFrame
{
GtkFrame frame;
- gfloat
xalign
;
- gfloat
yalign
;
- gfloat
ratio
;
- gboolean
obey_child
;
+ gfloat
GSEAL(xalign)
;
+ gfloat
GSEAL(yalign)
;
+ gfloat
GSEAL(ratio)
;
+ gboolean
GSEAL(obey_child)
;
GtkAllocation center_allocation;
};